.v1 .table-style-vv .table > tbody > tr > td,
.v1 .table-style-vv .table > tbody > tr > th,
.v1 .table-style-vv .table > tfoot > tr > td,
.v1 .table-style-vv .table > tfoot > tr > th,
.v1 .table-style-vv .table > thead > tr > td,
.v1 .table-style-vv .table > thead > tr > th {
  width: 90px;
}
.v1 .table-style-vv .table > tbody > tr > td:nth-of-type(1),
.v1 .table-style-vv .table > tbody > tr > th:nth-of-type(1),
.v1 .table-style-vv .table > tfoot > tr > td:nth-of-type(1),
.v1 .table-style-vv .table > tfoot > tr > th:nth-of-type(1),
.v1 .table-style-vv .table > thead > tr > td:nth-of-type(1),
.v1 .table-style-vv .table > thead > tr > th:nth-of-type(1) {
  width: 150px !important;
}
.v1 .table-style-vv .table > tbody > tr > td:nth-of-type(6),
.v1 .table-style-vv .table > tbody > tr > th:nth-of-type(6),
.v1 .table-style-vv .table > tfoot > tr > td:nth-of-type(6),
.v1 .table-style-vv .table > tfoot > tr > th:nth-of-type(6),
.v1 .table-style-vv .table > thead > tr > td:nth-of-type(6),
.v1 .table-style-vv .table > thead > tr > th:nth-of-type(6) {
  width: 90px !important;
}
.v1 .table-style-vv .table > tbody > tr > td:nth-of-type(8),
.v1 .table-style-vv .table > tbody > tr > th:nth-of-type(8),
.v1 .table-style-vv .table > tfoot > tr > td:nth-of-type(8),
.v1 .table-style-vv .table > tfoot > tr > th:nth-of-type(8),
.v1 .table-style-vv .table > thead > tr > td:nth-of-type(8),
.v1 .table-style-vv .table > thead > tr > th:nth-of-type(8) {
  width: 110px !important;
}
.v1 .table-style-vv .table > tbody > tr > td:last-child,
.v1 .table-style-vv .table > tbody > tr > th:last-child,
.v1 .table-style-vv .table > tfoot > tr > td:last-child,
.v1 .table-style-vv .table > tfoot > tr > th:last-child,
.v1 .table-style-vv .table > thead > tr > td:last-child,
.v1 .table-style-vv .table > thead > tr > th:last-child {
  width: 150px !important;
}
.v1 .table-style-vv .table > tbody > tr > td:nth-last-child(2),
.v1 .table-style-vv .table > tbody > tr > th:nth-last-child(2),
.v1 .table-style-vv .table > tfoot > tr > td:nth-last-child(2),
.v1 .table-style-vv .table > tfoot > tr > th:nth-last-child(2),
.v1 .table-style-vv .table > thead > tr > td:nth-last-child(2),
.v1 .table-style-vv .table > thead > tr > th:nth-last-child(2) {
  width: 90px;
}
.v1 .table-style-vv .table > tbody > tr > td.ff-td-1,
.v1 .table-style-vv .table > tbody > tr > th.ff-td-1,
.v1 .table-style-vv .table > tfoot > tr > td.ff-td-1,
.v1 .table-style-vv .table > tfoot > tr > th.ff-td-1,
.v1 .table-style-vv .table > thead > tr > td.ff-td-1,
.v1 .table-style-vv .table > thead > tr > th.ff-td-1 {
  width: 90px;
}
.v1 .zc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.v1 .zc-list .zc-item {
  width: -webkit-calc(33.3% - 15px);
  width: calc(33.3% - 15px);
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.v1 .zc-list .zc-item img {
  position: relative;
  display: block;
  width: 100%;
}
.v1 .zc-list .zc-item .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  font-size: 30px;
  line-height: 1.8;
}
.v1 .zc-list .zc-item .tt-1 {
  font-weight: bold;
}
.v1 .zc-list .zc-item .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #112b4a;
  font-size: 20px;
}
.v1 .table-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.v1 .table-tab .table-tab-item {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  min-width: 60px;
  margin-right: 1px;
  font-size: 18px;
  position: relative;
}
.v1 .table-tab .table-tab-item.active {
  background-color: #c2cace;
}
.v1 .table-tab .table-tab-item.active::before {
  display: block;
  content: '';
  width: 100%;
  /* border-top: 2px solid #4d9ad2; */
  position: absolute;
  top: 0;
  left: 0;
}
.v1 .table-tab-list .table-tab-content {
  display: none;
}
.v1 .table-tab-list .table-tab-content.active {
  display: block;
}
.v1 .ysp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.v1 .ysp-list .ysp-item {
  display: block;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.v1 .ysp-list .ysp-item .img {
  position: relative;
}
.v1 .ysp-list .ysp-item .img img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.v1 .ysp-list .ysp-item .img::after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background: url('/assets/img/v1/fpl-corner-arrow.png') right center no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
.v1 .ysp-list .ysp-item .tt-1 {
  word-break: break-all;
  font-size: 20px;
  color: #006eb6;
  line-height: 1.4;
}
.v1 .yb-list .yb-item {
  display: inline-block;
  background-color: #fff;
  width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.v1 .yb-list .yb-item:last-child {
  margin-right: 0;
}
.v1 .yb-list .yb-item .yb-item-title {
  font-size: 18px;
  color: #112b4a;
  margin-bottom: 30px;
}
.v1 .yb-list .yb-item .yb-item-con {
  font-size: 14px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
  color: #5d6873;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.v1 .yb-list .yb-item-none {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
}
.v1 .yb-swiper-container {
  padding: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-calc(100% + 25px);
  width: calc(100% + 25px);
}
.v1 .yb-swiper-container .yb-pre-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, rgba(255, 255, 255, 0.6)),
    color-stop(30%, #fff)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 30%, #fff);
  font-size: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #112b4a;
  z-index: 10;
}
.v1 .yb-swiper-container .yb-next-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, rgba(255, 255, 255, 0.6)),
    color-stop(30%, #fff)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 30%, #fff);
  font-size: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #112b4a;
  z-index: 10;
}
@media (max-width: 1000px) {
  .v1 .table-style-vv .table > tbody > tr > td,
  .v1 .table-style-vv .table > tbody > tr > th,
  .v1 .table-style-vv .table > tfoot > tr > td,
  .v1 .table-style-vv .table > tfoot > tr > th,
  .v1 .table-style-vv .table > thead > tr > td,
  .v1 .table-style-vv .table > thead > tr > th {
    width: 90px;
  }
  .v1 .table-style-vv .table > tbody > tr > td:nth-of-type(1),
  .v1 .table-style-vv .table > tbody > tr > th:nth-of-type(1),
  .v1 .table-style-vv .table > tfoot > tr > td:nth-of-type(1),
  .v1 .table-style-vv .table > tfoot > tr > th:nth-of-type(1),
  .v1 .table-style-vv .table > thead > tr > td:nth-of-type(1),
  .v1 .table-style-vv .table > thead > tr > th:nth-of-type(1) {
    width: 100px !important;
  }
  .v1 .yb-list .yb-item {
    display: inline-block;
    background-color: #fff;
    width: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .v1 .yb-list .yb-item:last-child {
    margin-right: 0;
  }
  .v1 .yb-list .yb-item .yb-item-title {
    font-size: 16px;
    color: #112b4a;
    margin-bottom: 20px;
  }
  .v1 .yb-list .yb-item .yb-item-con {
    font-size: 13px;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
    color: #5d6873;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .v1 .yb-list .yb-item-none {
    display: none;
  }
  .v1 .yb-swiper-container .yb-next-btn {
    width: 60px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(60%, rgba(255, 255, 255, 0.6)),
      color-stop(60%, #fff)
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6) 60%,
      #fff
    );
    font-size: 50px;
  }
  .v1 .zc-list {
    margin-top: 20px;
  }
  .v1 .zc-list .zc-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .v1 .zc-list .zc-item .content {
    font-size: 17px;
    padding: 15px 20px;
    line-height: 1.4;
  }
  .v1 .zc-list .zc-item .arrow {
    padding: 10px;
    font-size: 15px;
  }
  .v1 .ysp-list {
    margin-top: 20px;
  }
  .v1 .ysp-list .ysp-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
  .v1 .ysp-list .ysp-item .tt-1 {
    font-size: 15px;
  }
  .v1 .table-tab {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .v1 .table-tab .table-tab-item {
    font-size: 15px;
    min-width: 10px;
    width: -webkit-calc(25% - 1px);
    width: calc(25% - 1px);
  }
}
#produce.v1 .table-menu {
  width: 150px !important;
}
#produce.v1 .table-body table {
  min-width: 1500px;
}
.v2 .clr-blue {
  color: #006eb6;
}
.v2 .ft-w-bold {
  font-weight: bold;
}
.v2 .prograph {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
}
.v2 .content {
  color: #3e3a39;
}
.v2 .content ul {
  padding-left: 30px !important;
  font-size: 18px;
  line-height: 2;
}
.v2 .content ul li {
  margin-bottom: 20px !important;
}
.v2 .tt {
  font-size: 20px;
}
@media (max-width: 1000px) {
  .v2 .tt {
    font-size: 18px;
  }
  .v2 .prograph {
    font-size: 16px;
  }
  .v2 #produce .main-item-box .item-con ul li {
    font-size: 18px;
    line-height: 2;
  }
}
@media (max-width: 1000px) {
  #produce.v2 .main-item-box .item-con ul li {
    font-size: 16px;
    line-height: 2;
  }
}
.v3 .clr-blue {
  color: #006eb6;
}
.v3 .ft-w-bold {
  font-weight: bold;
}
.v3 .prograph {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v3 .prograph.dark {
  background-color: #112b4a;
  color: #fff;
}
.v3 .tt {
  font-size: 20px;
}
.v3 .r-list-title {
  padding: 20px;
  font-size: 24px;
  font-weight: normal;
}
.v3 .r-list .r-item {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 13px 20px;
}
.v3 .r-list .r-item:nth-child(odd) {
  background-color: #243d5e;
}
.v3 .block-title {
  font-size: 26px;
  margin-bottom: 15px;
}
.v3 .b-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.v3 .b-list .b-item {
  display: block;
  width: -webkit-calc(33% - 10px);
  width: calc(33% - 10px);
  background-color: #00447b;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.v3 .b-list .b-item .tt {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.v3 .b-list .b-item .tt .fa-arrow-right {
  line-height: 26px;
  float: right;
  color: #006eb6;
  position: relative;
  left: -6px;
}
.v3 .b-list .b-item .dd {
  font-size: 16px;
  letter-spacing: 1px;
}
.v3 .px-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.v3 .px-list .px-item {
  display: block;
  width: -webkit-calc(25% - 10px);
  width: calc(25% - 10px);
}
.v3 .px-list .px-item img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.v3 .px-list .px-item .tt {
  color: #006eb6;
  font-size: 18px;
  word-break: break-all;
}
@media (max-width: 1000px) {
  .v3 #produce .main-item-box {
    padding: 15px;
  }
  .v3 .tt {
    font-size: 18px;
  }
  .v3 .prograph {
    font-size: 16px;
  }
  .v3 .block-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v3 .b-list {
    display: block;
  }
  .v3 .b-list .b-item {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .v3 .b-list .b-item .tt {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .v3 .b-list .b-item .tt .fa-arrow-right {
    line-height: 26px;
    float: right;
    color: #006eb6;
    position: relative;
    left: -6px;
  }
  .v3 .b-list .b-item .dd {
    font-size: 15px;
  }
  .v3 .r-list-title {
    font-size: 20px;
    padding: 15px;
  }
  .v3 .r-list .r-item {
    font-size: 14px;
    padding: 10px 15px;
  }
  .v3 .px-list {
    margin-bottom: -15px;
  }
  .v3 .px-list .px-item {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }
}
@media (max-width: 1000px) {
  #produce.v3 .main {
    padding-bottom: 0;
  }
}
.v4 .page-box {
  text-align: right;
  margin-top: 30px;
}
.v4 .prograph {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v4 .p-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2.2;
  color: #666666;
}
.v4 .dy-btn {
  background-color: #00447b;
  font-size: 20px;
  padding: 5px 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 40px;
}
.v4 .l-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v4 .l-list .l-item {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  color: #006eb6;
  font-size: 15px;
  margin-bottom: 20px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v4 .l-list .l-item::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 14px;
  background: url('/assets/img/arrow-right.png') center no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .v4 .prograph {
    font-size: 16px;
  }
  .v4 .p-1 {
    display: block;
  }
  .v4 .dy-btn {
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 16px;
    padding: 5px 20px;
  }
  .v4 .l-list {
    display: block;
  }
  .v4 .l-list .l-item {
    display: block;
    width: 100%;
    color: #006eb6;
    font-weight: 600;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .v4 .l-list .l-item::before {
    display: none;
  }
}
@media (max-width: 1000px) {
  .v4 .main-item-box .flex {
    display: block;
  }
}
.v5 .prograph {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v5 .prograph:last-child {
  margin-bottom: 0;
}
.v5 .p-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2.2;
  color: #666666;
}
.v5 .dy-btn {
  background-color: #00447b;
  font-size: 20px;
  padding: 5px 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 40px;
}
.v5 .l-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -25px;
}
.v5 .l-list .l-item {
  width: -webkit-calc(20% - 10px);
  width: calc(20% - 10px);
  color: #006eb6;
  margin-bottom: 25px;
}
.v5 .l-list .l-item img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.v5 .l-list .l-item .tt {
  color: #006eb6;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .v5 .prograph {
    font-size: 16px;
  }
  .v5 .p-1 {
    display: block;
  }
  .v5 .dy-btn {
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 16px;
    padding: 5px 20px;
  }
  .v5 .l-list .l-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .v5 .l-list .l-item::before {
    display: none;
  }
  .v5 .l-list .l-item .tt {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .v5 .l-list .l-item .tt {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .v5 .l-list .l-item .tt {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .v5 .main-item-box .flex {
    display: block;
  }
}
.v6 .prograph {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v6 .prograph:last-child {
  margin-bottom: 0;
}
.v6 .p-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2.2;
  color: #666666;
}
.v6 .dy-btn {
  background-color: #00447b;
  font-size: 20px;
  padding: 5px 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 40px;
}
.v6 .l-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -25px;
}
.v6 .l-list .l-item {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  color: #006eb6;
  margin-bottom: 25px;
}
.v6 .l-list .l-item img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.v6 .l-list .l-item .tt {
  color: #006eb6;
  font-size: 20px;
  line-height: 1.4;
}
.v6 .form {
  display: block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 40px auto 20px;
}
.v6 .form .form-control {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/assets/img/v6/arrow.png') right center no-repeat;
  background-size: auto 70%;
  color: #333;
}
@media (max-width: 1000px) {
  .v6 .prograph {
    font-size: 16px;
  }
  .v6 .p-1 {
    display: block;
  }
  .v6 .dy-btn {
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 16px;
    padding: 5px 20px;
  }
  .v6 .l-list .l-item {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .v6 .l-list .l-item::before {
    display: none;
  }
  .v6 .l-list .l-item .tt {
    color: #006eb6;
    font-size: 14px;
  }
  .v6 .form {
    margin: 30px auto 20px;
  }
  .v6 .form .form-control {
    font-size: 17px;
  }
}
@media (max-width: 1000px) {
  .v6 .main-item-box .flex {
    display: block;
  }
}
.v7 .page-box {
  text-align: right;
  margin-top: 30px;
}
.v7 .prograph {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v7 .p-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2.2;
  color: #666666;
}
.v7 .dy-btn {
  background-color: #00447b;
  font-size: 20px;
  padding: 5px 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 40px;
}
.v7 .l-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v7 .l-list .l-item {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  color: #006eb6;
  font-size: 15px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.v7 .l-list .l-item::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 14px;
  background: url('/assets/img/arrow-right.png') center no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}
.v7 .video-box iframe {
  display: block;
}
.v7 .video-box.active {
  display: block;
}
.v7 .v-title {
  font-size: 24px;
  color: #112b4a;
  margin-bottom: 15px;
}
.v7 .v-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #00447b;
}
.v7 .v-wrapper .left-v {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.v7 .v-wrapper .right-v {
  background-color: #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 330px;
}
.v7 .v-wrapper .right-v::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.v7 .v-wrapper .right-v::-webkit-scrollbar-track {
  background: #112b4a;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.v7 .v-wrapper .right-v::-webkit-scrollbar-thumb {
  background: #c9c9ca;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.v7 .v-wrapper .right-v::-webkit-scrollbar-thumb:hover {
  background: #7c7c7c;
}
.v7 .v-wrapper .right-v .v-info-list {
  padding: 10px;
}
.v7 .v-wrapper .right-v .v-info-list .v-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.v7 .v-wrapper .right-v .v-info-list .v-info-item img {
  display: block;
  width: 30%;
  max-width: 90px;
}
.v7 .v-wrapper .right-v .v-info-list .v-info-item .info {
  width: 70%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.v7 .v-wrapper .right-v .v-info-list .v-info-item .info .tt {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.v7 .v-wrapper .right-v .v-info-list .v-info-item .info .dd {
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.v7 .v-wrapper .right-v .v-info-list .v-info-item.active .info .tt {
  color: #6cc6fa;
}
@media (max-width: 1000px) {
  .v7 .prograph {
    font-size: 16px;
  }
  .v7 .p-1 {
    display: block;
  }
  .v7 .dy-btn {
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 16px;
    padding: 5px 20px;
  }
  .v7 .l-list {
    display: block;
  }
  .v7 .l-list .l-item {
    display: block;
    width: 100%;
    color: #006eb6;
    font-weight: 600;
  }
  .v7 .l-list .l-item::before {
    display: none;
  }
  .v7 .v-title {
    font-size: 20px;
    color: #112b4a;
  }
  .v7 .v-wrapper {
    display: block;
  }
  .v7 .v-wrapper .left-v {
    width: 100%;
  }
  .v7 .v-wrapper .right-v {
    background-color: #1a1a1a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 200px;
  }
}
@media (max-width: 1000px) {
  .v7 .main-item-box .flex {
    display: block;
  }
  #produce.v7 .main-item-box {
    padding: 15px;
  }
}
.v8 .page-box {
  text-align: right;
  margin-top: 30px;
}
.v8 .prograph {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v8 .p-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2.2;
  color: #666666;
}
.v8 .dy-btn {
  background-color: #00447b;
  font-size: 20px;
  padding: 5px 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 40px;
}
.v8 .l-list .l-item {
  display: block;
  color: #006eb6;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .v8 .prograph {
    font-size: 16px;
  }
  .v8 .p-1 {
    display: block;
  }
  .v8 .dy-btn {
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 16px;
    padding: 5px 30px;
  }
  .v8 .l-list {
    display: block;
  }
  .v8 .l-list .l-item {
    display: block;
    width: 100%;
    color: #006eb6;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .v8 .l-list .l-item::before {
    display: none;
  }
}
@media (max-width: 1000px) {
  .v8 .main-item-box .flex {
    display: block;
  }
  #produce.v8 .main-item-box {
    padding: 15px;
  }
}
.v9 .prograph {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v9 .l-list .l-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 90%;
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.v9 .l-list .l-item img {
  display: block;
  margin-right: 30px;
  max-width: 290px;
  width: 40%;
}
.v9 .l-list .l-item .tt {
  color: #006eb6;
  font-size: 26px;
  margin-bottom: 20px;
}
.v9 .l-list .l-item .dd {
  font-size: 16px;
  line-height: 2;
  color: #3e3a39;
}
@media (max-width: 1000px) {
  .v9 .prograph {
    font-size: 16px;
  }
  .v9 .l-list .l-item {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .v9 .l-list .l-item img {
    margin-right: 10px;
  }
  .v9 .l-list .l-item .tt {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 18px;
  }
  .v9 .l-list .l-item .dd {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.45;
  }
}
@media (max-width: 1000px) {
  .v9 .main-item-box .flex {
    display: block;
  }
  #produce.v9 .main-item-box {
    padding: 15px;
  }
}
.v10 .main-10 {
  margin-top: 40px;
}
.v10 .table-style-vv .table > tbody > tr > td,
.v10 .table-style-vv .table > tbody > tr > th,
.v10 .table-style-vv .table > tfoot > tr > td,
.v10 .table-style-vv .table > tfoot > tr > th,
.v10 .table-style-vv .table > thead > tr > td,
.v10 .table-style-vv .table > thead > tr > th {
  width: 90px;
}
.v10 .table-style-vv .table > tbody > tr > td:nth-of-type(1),
.v10 .table-style-vv .table > tbody > tr > th:nth-of-type(1),
.v10 .table-style-vv .table > tfoot > tr > td:nth-of-type(1),
.v10 .table-style-vv .table > tfoot > tr > th:nth-of-type(1),
.v10 .table-style-vv .table > thead > tr > td:nth-of-type(1),
.v10 .table-style-vv .table > thead > tr > th:nth-of-type(1) {
  width: 150px !important;
}
.v10 .table-style-vv .table > tbody > tr > td:nth-of-type(6),
.v10 .table-style-vv .table > tbody > tr > th:nth-of-type(6),
.v10 .table-style-vv .table > tfoot > tr > td:nth-of-type(6),
.v10 .table-style-vv .table > tfoot > tr > th:nth-of-type(6),
.v10 .table-style-vv .table > thead > tr > td:nth-of-type(6),
.v10 .table-style-vv .table > thead > tr > th:nth-of-type(6) {
  width: 90px !important;
}
.v10 .table-style-vv .table > tbody > tr > td:nth-of-type(8),
.v10 .table-style-vv .table > tbody > tr > th:nth-of-type(8),
.v10 .table-style-vv .table > tfoot > tr > td:nth-of-type(8),
.v10 .table-style-vv .table > tfoot > tr > th:nth-of-type(8),
.v10 .table-style-vv .table > thead > tr > td:nth-of-type(8),
.v10 .table-style-vv .table > thead > tr > th:nth-of-type(8) {
  width: 120px !important;
}
.v10 .table-style-vv .table > tbody > tr > td:nth-of-type(9),
.v10 .table-style-vv .table > tbody > tr > th:nth-of-type(9),
.v10 .table-style-vv .table > tfoot > tr > td:nth-of-type(9),
.v10 .table-style-vv .table > tfoot > tr > th:nth-of-type(9),
.v10 .table-style-vv .table > thead > tr > td:nth-of-type(9),
.v10 .table-style-vv .table > thead > tr > th:nth-of-type(9) {
  width: 120px !important;
}
.v10 .table-style-vv .table > tbody > tr > td:last-child,
.v10 .table-style-vv .table > tbody > tr > th:last-child,
.v10 .table-style-vv .table > tfoot > tr > td:last-child,
.v10 .table-style-vv .table > tfoot > tr > th:last-child,
.v10 .table-style-vv .table > thead > tr > td:last-child,
.v10 .table-style-vv .table > thead > tr > th:last-child {
  width: 150px !important;
}
.v10 .table-style-vv .table > tbody > tr > td:nth-last-child(2),
.v10 .table-style-vv .table > tbody > tr > th:nth-last-child(2),
.v10 .table-style-vv .table > tfoot > tr > td:nth-last-child(2),
.v10 .table-style-vv .table > tfoot > tr > th:nth-last-child(2),
.v10 .table-style-vv .table > thead > tr > td:nth-last-child(2),
.v10 .table-style-vv .table > thead > tr > th:nth-last-child(2) {
  width: 120px;
}
.v10 .table-style-vv .table > tbody > tr > td.ff-td-1,
.v10 .table-style-vv .table > tbody > tr > th.ff-td-1,
.v10 .table-style-vv .table > tfoot > tr > td.ff-td-1,
.v10 .table-style-vv .table > tfoot > tr > th.ff-td-1,
.v10 .table-style-vv .table > thead > tr > td.ff-td-1,
.v10 .table-style-vv .table > thead > tr > th.ff-td-1 {
  width: 150px;
}
.v10 .table-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #7d7d7d;
  border-bottom: 0;
  display: inline-block;
  background-color: #7d7d7d;
  font-size: 0;
}
.v10 .table-tab .table-tab-item {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  min-width: 60px;
  margin-right: 1px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.v10 .table-tab .table-tab-item:last-child {
  margin-right: 0;
}
.v10 .table-tab .table-tab-item.active {
  background-color: #c2cace;
}
.v10 .table-tab .table-tab-item.active::before {
  display: block;
  content: '';
  width: 100%;
  /* border-top: 2px solid #4d9ad2; */
  position: absolute;
  top: 0;
  left: 0;
}
.v10 .table-tab-list {
  background-color: #112b4a;
}
.v10 .table-tab-list .table-tab-content {
  display: none;
}
.v10 .table-tab-list .table-tab-content.active {
  display: block;
}
@media (max-width: 1000px) {
  .v10 #produce.v10 .table-body table {
    min-width: 1400px;
  }
  .v10 .table-style-vv .table > tbody > tr > td,
  .v10 .table-style-vv .table > tbody > tr > th,
  .v10 .table-style-vv .table > tfoot > tr > td,
  .v10 .table-style-vv .table > tfoot > tr > th,
  .v10 .table-style-vv .table > thead > tr > td,
  .v10 .table-style-vv .table > thead > tr > th {
    width: 120px;
  }
  .v10 .table-style-vv .table > tbody > tr > td:nth-of-type(1),
  .v10 .table-style-vv .table > tbody > tr > th:nth-of-type(1),
  .v10 .table-style-vv .table > tfoot > tr > td:nth-of-type(1),
  .v10 .table-style-vv .table > tfoot > tr > th:nth-of-type(1),
  .v10 .table-style-vv .table > thead > tr > td:nth-of-type(1),
  .v10 .table-style-vv .table > thead > tr > th:nth-of-type(1) {
    width: 150px !important;
  }
  .v10 .table-style-vv .table > tbody > tr > td:nth-of-type(8),
  .v10 .table-style-vv .table > tbody > tr > th:nth-of-type(8),
  .v10 .table-style-vv .table > tfoot > tr > td:nth-of-type(8),
  .v10 .table-style-vv .table > tfoot > tr > th:nth-of-type(8),
  .v10 .table-style-vv .table > thead > tr > td:nth-of-type(8),
  .v10 .table-style-vv .table > thead > tr > th:nth-of-type(8) {
    width: 150px !important;
  }
  .v10 .table-style-vv .table > tbody > tr > td:nth-of-type(9),
  .v10 .table-style-vv .table > tbody > tr > th:nth-of-type(9),
  .v10 .table-style-vv .table > tfoot > tr > td:nth-of-type(9),
  .v10 .table-style-vv .table > tfoot > tr > th:nth-of-type(9),
  .v10 .table-style-vv .table > thead > tr > td:nth-of-type(9),
  .v10 .table-style-vv .table > thead > tr > th:nth-of-type(9) {
    width: 150px !important;
  }
  .v10 .table-style-vv .table > tbody > tr > td:last-child,
  .v10 .table-style-vv .table > tbody > tr > th:last-child,
  .v10 .table-style-vv .table > tfoot > tr > td:last-child,
  .v10 .table-style-vv .table > tfoot > tr > th:last-child,
  .v10 .table-style-vv .table > thead > tr > td:last-child,
  .v10 .table-style-vv .table > thead > tr > th:last-child {
    width: 120px !important;
  }
  .v10 .table-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .v10 .table-tab .table-tab-item {
    font-size: 15px;
    min-width: 10px;
    width: -webkit-calc(25% - 1px);
    width: calc(25% - 1px);
  }
  .v10 .item-box-new {
    padding: 30px 15px !important;
  }
  .v10 .main-10 {
    margin-top: 20px;
  }
  .v10 .main-10 .e-tab-content {
    width: 100%;
  }
  .v10 .main-10 .table-body {
    width: -webkit-calc(100vw - 30px);
    width: calc(100vw - 30px);
  }
}
#produce.v10 .table-body table {
  min-width: 1500px;
}
.v10 .main-item-box .right {
  overflow: hidden;
}
#produce.v10 .table-menu {
  width: 150px !important;
}
.v11 .main-11 {
  margin-top: 40px;
}
.v11 .main-11 .tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-bottom: none;
}
.v11 .main-11 .tab-wrap .tab {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 494px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.v11 .main-11 .tab-wrap .active {
  color: #fff;
  background-color: #c2cace;
  border-top: 4px solid #4d9ad2;
  line-height: 56px;
}
.v11 .main-11 .content {
  display: none;
  background-color: #243d5e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 40px 20px;
}
.v11 .main-11 .content.active {
  display: block;
}
.v11 .main-11 .content .name-11 {
  font-size: 20px;
  margin-bottom: 6px;
}
.v11 .main-11 .content .content-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v11 .main-11 .content .content-area > div {
  width: 50%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v11 .main-11 .content .content-area :nth-child(2n) {
  padding-left: 5px;
}
@media (max-width: 1000px) {
  .v11 .item-box-new {
    padding: 30px 15px !important;
  }
  .v11 .main-11 {
    margin-top: 20px;
  }
  .v11 .main-11 .tab-wrap {
    border: 1px solid #bfbfbf;
    border-bottom: none;
    width: 100%;
  }
  .v11 .main-11 .tab-wrap .tab {
    width: 50%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .v11 .main-11 .tab-wrap .selected-11 {
    color: #fff;
    border-top: 2px solid #4d9ad2;
    line-height: 24px;
  }
  .v11 .main-11 .content {
    padding: 14px;
  }
  .v11 .main-11 .content .name-11 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .v11 .main-11 .content .content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v11 .main-11 .content .content-area > div {
    width: 100%;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.4;
    max-width: -webkit-calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v11 .main-11 .content .content-area :nth-child(2n) {
    padding-left: 0;
  }
}
.v12 .main img {
  width: 184px;
}
.v12 .right img {
  width: auto !important;
}
.v12 .img-wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v12 .img-wrap-1 > img {
  margin-right: 20px;
  width: auto !important;
}
.v12 .img-wrap-1 > img:nth-child(2) {
  margin-top: 11px;
}
.v12 .line-2 {
  margin: 15px 0;
}
.v12 .img-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v12 .img-wrap-2 > img {
  margin-right: 20px;
}
.v12 .img-wrap-2 > img:nth-child(2) {
  margin-top: 1px;
}
.v12 .img-code {
  width: 220px;
}
@media (max-width: 1000px) {
  .v12 .img-wrap-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v12 .img-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v12 .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v12 .main img {
    width: 85% !important;
    margin-right: 0;
  }
}
.v13 .prograph {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v13 .prograph .page-box {
  text-align: right;
  margin-top: 30px;
}
.v13 .prograph .l-list .l-item {
  display: block;
  color: #006eb6;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.v13 .form {
  display: block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 40px auto 20px;
}
.v13 .form .form-control {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/assets/img/v6/arrow.png') right center no-repeat;
  background-size: auto 70%;
  color: #333;
}
@media (max-width: 1000px) {
  .v13 .prograph {
    font-size: 16px;
  }
  .v13 .l-list {
    display: block;
  }
  .v13 .l-list .l-item {
    display: block;
    width: 100%;
    color: #006eb6;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .v13 .l-list .l-item::before {
    display: none;
  }
  .v13 .form {
    margin: 30px auto 20px;
  }
  .v13 .form .form-control {
    font-size: 17px;
  }
}
.v14 .v14-title {
  margin: 40px 0;
}
.v14 .big-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v14 .big-4 .big-4-wrap:nth-child(2n) {
  margin-left: 30px;
}
.v14 .big-4 .big-4-wrap {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 15px 15px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  font-size: 20px;
  line-height: 1.7;
  margin: 15px 0;
  background-color: #f3f4f8;
  color: #00689f;
}
.v14 .big-4 .big-4-wrap .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.v14 .big-4 .big-4-wrap .top::after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 15px;
  background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
  background-size: auto 100%;
  text-align: right;
}
.v14 .big-4 .big-4-wrap .front {
  display: block;
}
.v14 .big-4 .big-4-wrap .back {
  display: none;
}
.v14 .big-4 .big-4-wrap.active {
  background-color: #00447b;
  color: #fff;
}
.v14 .big-4 .big-4-wrap.active .front {
  display: none;
}
.v14 .big-4 .big-4-wrap.active .back {
  display: block;
}
.v14 .video-wrap {
  background-color: #eeeeee;
  padding: 50px 20px;
}
.v14 .video-wrap .video-14 {
  margin-top: 10px;
  margin-right: 0;
}
.v14 .video-wrap .nav-box-14 {
  width: 210px !important;
  margin-right: 0 !important;
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .v14 .v14-title {
    margin: 20px 0;
  }
  .v14 .big-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v14 .big-4 .big-4-wrap {
    width: 100%;
    padding: 15px 15px 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 84px;
    font-size: 16px;
    line-height: 1.7;
    margin: 7px 0;
    margin-left: 0 !important;
  }
  .v14 .big-4 .big-4-wrap .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v14 .big-4 .big-4-wrap .top::after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 15px;
    background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
    background-size: auto 100%;
    text-align: right;
  }
  .v14 .video-wrap {
    padding: 20px;
  }
  .v14 .video-wrap .main-title {
    font-size: 18px !important;
  }
  .v14 .video-wrap .video-14 {
    margin-bottom: 20px;
  }
  .v14 .video-wrap .video-14 > img {
    height: initial !important;
  }
  .v14 .video-wrap .nav-box-14 {
    width: 100% !important;
    height: 45px !important;
    min-height: 45px !important;
    margin-right: 0 !important;
    margin-left: 0;
  }
}
#produce .main-item-box .item-con ul li.ellipsis {
  padding: 0 15px;
}
@media (max-width: 1000px) {
  #produce .main-item-box .item-con ul.rrt {
    padding: 0;
  }
  #produce .main-item-box .item-con ul li.ellipsis {
    padding: 6px 0;
  }
}
.v15 .v15-title {
  margin: 40px 0;
}
.v15 .main {
  padding-bottom: 0 !important;
}
.v15 .globl-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v15 .globl-info .leve-one {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  height: 278px;
  border: 1px solid #00447b;
  border-left: 8px solid #00447b;
  padding: 20px;
  color: #3e3a39;
}
.v15 .globl-info .leve-one .i-title {
  font-size: 28px;
  line-height: 1.3;
}
.v15 .globl-info .leve-one .i-address {
  font-size: 20px;
  line-height: 2.3;
}
.v15 .globl-info .leve-one .i-contnet {
  font-size: 18px;
  line-height: 1.4;
}
.v15 .globl-info .leve-one .i-phone {
  margin-top: 26px;
}
.v15 .globl-info .leve-two {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 278px;
  margin-left: 20px;
}
.v15 .globl-info .leve-two > div {
  height: 80px;
  background-color: #00447b;
  color: #fff;
  font-size: 28px;
  line-height: 80px;
  padding-left: 30px;
  margin-top: 19px;
}
.v15 .globl-info .leve-two :nth-child(1) {
  margin-top: 0;
}
.v15 .line-h-42 {
  line-height: 4.2 !important;
}
.v15 .area {
  font-size: 24px;
  color: #4a9ad2;
}
.v15 .area span::before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 15px;
  background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
  background-size: auto 100%;
  margin-right: 10px;
}
.v15 .a-content:nth-last-child(1) {
  border-bottom: none;
}
.v15 .a-content:nth-last-child(1) {
  margin-bottom: 0;
}
.v15 .a-content {
  border-bottom: 1px solid #bfbfbf;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v15 .a-content > div {
  color: #3e3a39;
  font-size: 18px;
  width: 33.33%;
  line-height: 1.6;
  margin-bottom: 35px;
}
.v15 .a-content .a-name {
  font-size: 20px;
  line-height: 3.5;
}
@media (max-width: 1000px) {
  .v15 .v15-title {
    margin: 15px 0;
  }
  .v15 .globl-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .v15 .globl-info .leve-one {
    width: 320px;
    height: 215px;
    border: 1px solid #00447b;
    border-left: 8px solid #00447b;
    padding: 20px;
    color: #3e3a39;
  }
  .v15 .globl-info .leve-one .i-title {
    font-size: 14px;
    line-height: 1.5;
  }
  .v15 .globl-info .leve-one .i-address {
    font-size: 10px;
    line-height: 2.6;
  }
  .v15 .globl-info .leve-one .i-contnet {
    font-size: 9px;
    line-height: 1.8;
  }
  .v15 .globl-info .leve-one .i-phone {
    margin-top: 16px;
  }
  .v15 .globl-info .leve-two {
    -webkit-box-flex: block;
    -webkit-flex: block;
    -ms-flex: block;
    flex: block;
    margin-left: 0;
    height: 150px;
  }
  .v15 .globl-info .leve-two > div {
    height: 40px;
    background-color: #00447b;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding-left: 15px;
    margin-top: 10px;
  }
  .v15 .globl-info .leve-two :nth-child(1) {
    margin-top: 10px;
  }
  .v15 .line-h-42 {
    line-height: 1 !important;
    margin-top: 30px;
  }
  .v15 .area {
    font-size: 16px;
    color: #4a9ad2;
  }
  .v15 .area span::before {
    display: none;
  }
  .v15 .a-content {
    border-bottom: 1px solid #bfbfbf;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v15 .a-content > div {
    color: #3e3a39;
    font-size: 10px;
    width: 50%;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .v15 .a-content .a-name {
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
  }
}
.v16 .m-l-15 {
  margin-left: 15px !important;
}
.v16 .m-l-15 li {
  line-height: 2 !important;
}
@media (max-width: 1000px) {
  .v16 .m-l-15 li {
    line-height: 1.6 !important;
  }
}
.v16 .m-t-20 {
  margin-top: 20px !important;
}
.v16 .sub-title-16 {
  font-size: 24px;
  margin: 30px 0;
  color: #3e3a39;
}
.v16 .main-title {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .v16 .sub-title-16 {
    font-size: 16px;
    margin: 10px 0 0;
    color: #3e3a39;
  }
  .v16 .m-t-20 {
    margin-top: 6px !important;
  }
  .v16 .main-title {
    margin-top: 25px;
  }
  .v16 .sub-title {
    line-height: 1.6 !important;
  }
}
.v18 .prograph {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v18 .prograph:last-child {
  margin-bottom: 0;
}
.v18 .p-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2.2;
  color: #666666;
}
.v18 .dy-btn {
  background-color: #00447b;
  font-size: 20px;
  padding: 5px 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 40px;
}
.v18 .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.v18 .tab .tab-item {
  position: relative;
  line-height: 40px;
  text-align: center;
  color: #00689f;
  font-size: 18px;
  padding: 0px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  cursor: pointer;
}
.v18 .tab .tab-item.active {
  background-color: #ededed;
}
.v18#produce .tab-list .tab-content {
  padding: 20px 0;
  display: none;
}
.v18#produce .tab-list .tab-content.active {
  display: block;
}
.v18#produce .tab-list .tab-content ul.ssjk {
  padding: 0;
  list-style: disc;
}
.v18#produce .tab-list .tab-content ul.ssjk li {
  list-style: disc;
  font-size: 16px;
  color: #00689f;
  line-height: 2.1;
  padding: 0 0 0 20px;
}
@media (max-width: 1000px) {
  .v18 .prograph {
    font-size: 16px;
  }
  .v18 .p-1 {
    display: block;
  }
  .v18 .dy-btn {
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 16px;
    padding: 5px 20px;
  }
}
@media (max-width: 1000px) {
  .v5 .main-item-box .flex {
    display: block;
  }
}
.v19 .content {
  line-height: 1.5;
}
.v19 .prograph {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v19 .prograph:last-child {
  margin-bottom: 0;
}
.v19 .p-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2.2;
  color: #666666;
}
.v19 .dy-btn {
  background-color: #00447b;
  font-size: 20px;
  padding: 5px 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 40px;
}
.v19 .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.v19 .tab .tab-item {
  position: relative;
  line-height: 40px;
  text-align: center;
  color: #00689f;
  font-size: 18px;
  padding: 0px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  cursor: pointer;
}
.v19 .tab .tab-item.active {
  background-color: #ededed;
}
.v19#produce .tab-list .tab-content {
  padding: 20px 0;
  display: none;
}
.v19#produce .tab-list .tab-content.active {
  display: block;
}
.v19#produce .tab-list .tab-content ul.ssjk {
  padding: 0;
  list-style: disc;
}
.v19#produce .tab-list .tab-content ul.ssjk li {
  list-style: disc;
  font-size: 16px;
  color: #00689f;
  line-height: 2.1;
  padding: 0 0 0 20px;
}
@media (max-width: 1000px) {
  .v19 .prograph {
    font-size: 16px;
  }
  .v19 .p-1 {
    display: block;
  }
  .v19 .dy-btn {
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 16px;
    padding: 5px 20px;
  }
}
#produce.v19 .table-menu {
  width: 250px !important;
}
#produce.v19 .v-box {
  padding-bottom: 20px;
}
#produce.v19 .table-style-1 .table > tbody > tr > td:nth-of-type(1),
#produce.v19 .table-style-1 .table > tbody > tr > th:nth-of-type(1),
#produce.v19 .table-style-1 .table > tfoot > tr > td:nth-of-type(1),
#produce.v19 .table-style-1 .table > tfoot > tr > th:nth-of-type(1),
#produce.v19 .table-style-1 .table > thead > tr > td:nth-of-type(1),
#produce.v19 .table-style-1 .table > thead > tr > th:nth-of-type(1) {
  width: 150px !important;
}
#produce.v19 .table-style-1 .table > tbody > tr > td:nth-of-type(2),
#produce.v19 .table-style-1 .table > tbody > tr > th:nth-of-type(2),
#produce.v19 .table-style-1 .table > tfoot > tr > td:nth-of-type(2),
#produce.v19 .table-style-1 .table > tfoot > tr > th:nth-of-type(2),
#produce.v19 .table-style-1 .table > thead > tr > td:nth-of-type(2),
#produce.v19 .table-style-1 .table > thead > tr > th:nth-of-type(2) {
  width: 250px !important;
}
#produce.v19 .table-style-1 .table > tbody > tr > td.ff-td-1,
#produce.v19 .table-style-1 .table > tbody > tr > th.ff-td-1,
#produce.v19 .table-style-1 .table > tfoot > tr > td.ff-td-1,
#produce.v19 .table-style-1 .table > tfoot > tr > th.ff-td-1,
#produce.v19 .table-style-1 .table > thead > tr > td.ff-td-1,
#produce.v19 .table-style-1 .table > thead > tr > th.ff-td-1 {
  width: 150px;
}
@media (max-width: 1000px) {
  .v5 .main-item-box .flex {
    display: block;
  }
}
.v20 .gap {
  height: 40px;
}
.v20 .big-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v20 .big-4 .big-4-wrap:nth-child(2n) {
  margin-left: 30px;
}
.v20 .big-4 .big-4-wrap {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 15px 15px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  font-size: 20px;
  line-height: 1.7;
  margin: 15px 0;
  background-color: #f3f4f8;
  color: #00689f;
}
.v20 .big-4 .big-4-wrap .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.v20 .big-4 .big-4-wrap .top::after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 15px;
  background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
  background-size: auto 100%;
  text-align: right;
}
.v20 .big-4 .big-4-wrap .front {
  display: block;
}
.v20 .big-4 .big-4-wrap .back {
  display: none;
}
.v20 .big-4 .big-4-wrap.active {
  background-color: #00447b;
  color: #fff;
}
.v20 .big-4 .big-4-wrap.active .front {
  display: none;
}
.v20 .big-4 .big-4-wrap.active .back {
  display: block;
}
.v20 .video-wrap {
  background-color: #fff;
  padding: 50px 20px 50px 0px;
}
.v20 .video-wrap .video-14 {
  margin-top: 10px;
  margin-right: 0;
}
.v20 .video-wrap .nav-box-14 {
  width: 210px !important;
  margin-right: 0 !important;
  margin-left: 20px;
}
.v20 .b-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.v20 .b-list .b-item {
  display: block;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  background-color: #00447b;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}
.v20 .b-list .b-item .tt {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.v20 .b-list .b-item .tt .fa-arrow-right {
  line-height: 26px;
  float: right;
  color: #006eb6;
  position: relative;
  left: -6px;
}
.v20 .b-list .b-item .dd {
  font-size: 16px;
  letter-spacing: 1px;
}
.v20 .tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-bottom: none;
}
.v20 .tab-wrap .tab {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 494px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.v20 .tab-wrap .active {
  color: #fff;
  background-color: #c2cace;
  border-top: 4px solid #4d9ad2;
  line-height: 56px;
}
.v20 .tab-content {
  display: none;
  background-color: #243d5e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 20px 20px;
}
.v20 .tab-content.active {
  display: block;
}
.v20 .tab-content .name-11 {
  font-size: 20px;
  margin-bottom: 6px;
}
.v20 .tab-content .content-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v20 .tab-content .content-area > div {
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v20 .adv-list {
  overflow: hidden;
  clear: both;
  font-size: 0;
}
.v20 .adv-list .adv-item {
  display: inline-block;
  width: 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  color: #3e3a39;
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
  vertical-align: top;
}
.v20 .adv-list .adv-item img {
  max-width: 100%;
}
.v20 .adv-list .adv-item p {
  font-size: 18px;
  line-height: 1.8;
}
.v20 .adv-list .adv-item .tt {
  font-size: 20px;
  line-height: 1.8;
}
.v20 .video {
  height: 300px;
  overflow: hidden;
}
.v20 .video-frame {
  height: 300px;
}
.v20 .dd-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.v20 .dd-block-list .dd-block-item {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  background-color: #00447b;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .v20 .tab-wrap .tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .v20 .adv-list .adv-item p {
    font-size: 14px;
  }
  .v20 .adv-list .adv-item .tt {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .v20 .gap {
    height: 10px;
  }
  .v20 .video {
    height: 200px;
    overflow: hidden;
  }
  .v20 .video-frame {
    height: 200px;
  }
  .v20 .v20-title {
    margin: 20px 0;
  }
  .v20 .big-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v20 .big-4 .big-4-wrap {
    width: 100%;
    padding: 15px 15px 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 84px;
    font-size: 16px;
    line-height: 1.7;
    margin: 7px 0;
    margin-left: 0 !important;
  }
  .v20 .big-4 .big-4-wrap .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v20 .big-4 .big-4-wrap .top::after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 15px;
    background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
    background-size: auto 100%;
    text-align: right;
  }
  .v20 .video-wrap {
    padding: 20px;
  }
  .v20 .video-wrap .main-title {
    font-size: 18px !important;
  }
  .v20 .video-wrap .video-14 {
    margin-bottom: 20px;
  }
  .v20 .video-wrap .video-14 > img {
    height: initial !important;
  }
  .v20 .video-wrap .nav-box-14 {
    width: 100% !important;
    height: 45px !important;
    min-height: 45px !important;
    margin-right: 0 !important;
    margin-left: 0;
  }
  .v20 .b-list {
    display: block;
    margin-bottom: -15px;
  }
  .v20 .b-list .b-item {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .v20 .b-list .b-item .tt {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .v20 .b-list .b-item .tt .fa-arrow-right {
    line-height: 26px;
    float: right;
    color: #006eb6;
    position: relative;
    left: -6px;
  }
  .v20 .b-list .b-item .dd {
    font-size: 15px;
  }
  .v20 .tab-wrap {
    border: 1px solid #bfbfbf;
    border-bottom: none;
    width: 100%;
  }
  .v20 .tab-wrap .tab {
    width: 50%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .v20 .tab-wrap .selected-11 {
    color: #fff;
    border-top: 2px solid #4d9ad2;
    line-height: 24px;
  }
  .v20 .tab-content {
    padding: 14px;
  }
  .v20 .tab-content .name-11 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .v20 .tab-content .content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v20 .tab-content .content-area > div {
    width: 100%;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.4;
    max-width: -webkit-calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v20 .tab-content .content-area :nth-child(2n) {
    padding-left: 0;
  }
  .v20 .adv-list .adv-item {
    width: 100%;
  }
  .v20 .dd-block-list {
    display: block;
  }
  .v20 .dd-block-list .dd-block-item {
    width: 100%;
    background-color: #00447b;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
#produce.v20 .v-box .video {
  margin-top: 0;
  margin-right: 0;
}
#produce .main-item-box .item-con ul li.ellipsis {
  padding: 0 15px;
}
@media (max-width: 1000px) {
  #produce .main-item-box .item-con ul.rrt {
    padding: 0;
  }
  #produce .main-item-box .item-con ul li.ellipsis {
    padding: 6px 0;
  }
}
.v21 .gap {
  height: 40px;
}
.v21 .table-style-vv .table > tbody > tr > td,
.v21 .table-style-vv .table > tbody > tr > th,
.v21 .table-style-vv .table > tfoot > tr > td,
.v21 .table-style-vv .table > tfoot > tr > th,
.v21 .table-style-vv .table > thead > tr > td,
.v21 .table-style-vv .table > thead > tr > th {
  width: 90px;
}
.v21 .table-style-vv .table > tbody > tr > td:nth-of-type(1),
.v21 .table-style-vv .table > tbody > tr > th:nth-of-type(1),
.v21 .table-style-vv .table > tfoot > tr > td:nth-of-type(1),
.v21 .table-style-vv .table > tfoot > tr > th:nth-of-type(1),
.v21 .table-style-vv .table > thead > tr > td:nth-of-type(1),
.v21 .table-style-vv .table > thead > tr > th:nth-of-type(1) {
  width: 150px !important;
}
.v21 .table-style-vv .table > tbody > tr > td.ff-td-1,
.v21 .table-style-vv .table > tbody > tr > th.ff-td-1,
.v21 .table-style-vv .table > tfoot > tr > td.ff-td-1,
.v21 .table-style-vv .table > tfoot > tr > th.ff-td-1,
.v21 .table-style-vv .table > thead > tr > td.ff-td-1,
.v21 .table-style-vv .table > thead > tr > th.ff-td-1 {
  width: 150px;
}
.v21 .table-style-vv .table > tbody > tr > td:last-child,
.v21 .table-style-vv .table > tbody > tr > th:last-child,
.v21 .table-style-vv .table > tfoot > tr > td:last-child,
.v21 .table-style-vv .table > tfoot > tr > th:last-child,
.v21 .table-style-vv .table > thead > tr > td:last-child,
.v21 .table-style-vv .table > thead > tr > th:last-child {
  width: 90px !important;
}
.v21 .big-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v21 .big-4 .big-4-wrap:nth-child(2n) {
  margin-left: 30px;
}
.v21 .big-4 .big-4-wrap {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 15px 15px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  font-size: 20px;
  line-height: 1.7;
  margin: 15px 0;
  background-color: #f3f4f8;
  color: #00689f;
}
.v21 .big-4 .big-4-wrap .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.v21 .big-4 .big-4-wrap .top::after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 15px;
  background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
  background-size: auto 100%;
  text-align: right;
}
.v21 .big-4 .big-4-wrap .front {
  display: block;
}
.v21 .big-4 .big-4-wrap .back {
  display: none;
}
.v21 .big-4 .big-4-wrap.active {
  background-color: #00447b;
  color: #fff;
}
.v21 .big-4 .big-4-wrap.active .front {
  display: none;
}
.v21 .big-4 .big-4-wrap.active .back {
  display: block;
}
.v21 .b-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v21 .b-list .b-item {
  display: block;
  width: -webkit-calc(33% - 5px);
  width: calc(33% - 5px);
}
.v21 .b-list .b-item .video-frame {
  height: 250px;
}
.v21 .b-list .b-item .dd {
  margin-top: 10px;
  color: #00447b;
  font-size: 16px;
  letter-spacing: 1px;
}
.v21 .adv-list {
  overflow: hidden;
  clear: both;
  font-size: 0;
}
.v21 .adv-list .adv-item {
  display: inline-block;
  width: 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  color: #3e3a39;
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
  vertical-align: top;
}
.v21 .adv-list .adv-item img {
  max-width: 100%;
}
.v21 .adv-list .adv-item p {
  font-size: 18px;
  line-height: 1.8;
}
.v21 .adv-list .adv-item .tt {
  font-size: 20px;
  line-height: 1.8;
}
.v21 .dd-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.v21 .dd-block-list .dd-block-item {
  width: -webkit-calc(25% - 2px);
  width: calc(25% - 2px);
  background-color: #f1f5f7;
}
.v21 .dd-block-list .dd-block-item .tt {
  padding: 10px;
  background-color: #00447b;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.v21 .dd-block-list .dd-block-item .dd {
  font-size: 18px;
  line-height: 1.5;
  word-break: break-all;
  background-color: #f1f5f7;
  padding: 15px;
  color: #3e3a39;
}
@media (max-width: 1200px) {
  .v21 .tab-wrap .tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
}
@media (max-width: 1000px) {
  .v21 .gap {
    height: 10px;
  }
  .v21 .video-frame {
    height: 200px;
  }
  .v21 .v20-title {
    margin: 20px 0;
  }
  .v21 .big-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v21 .big-4 .big-4-wrap {
    width: 100%;
    padding: 15px 15px 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 84px;
    font-size: 16px;
    line-height: 1.7;
    margin: 7px 0;
    margin-left: 0 !important;
  }
  .v21 .big-4 .big-4-wrap .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v21 .big-4 .big-4-wrap .top::after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 15px;
    background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
    background-size: auto 100%;
    text-align: right;
  }
  .v21 .b-list {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 20px;
  }
  .v21 .b-list .b-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .v21 .b-list .b-item .video-frame {
    height: 200px;
  }
  .v21 .b-list .b-item .dd {
    margin-top: 5px;
    color: #00447b;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .v21 .adv-list .adv-item {
    width: 100%;
  }
  .v21 .dd-block-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .v21 .dd-block-list .dd-block-item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .v21 .dd-block-list .dd-block-item .tt {
    font-size: 18px;
  }
  .v21 .dd-block-list .dd-block-item .dd {
    font-size: 16px;
  }
  .v21 .table-style-vv .table > tbody > tr > td,
  .v21 .table-style-vv .table > tbody > tr > th,
  .v21 .table-style-vv .table > tfoot > tr > td,
  .v21 .table-style-vv .table > tfoot > tr > th,
  .v21 .table-style-vv .table > thead > tr > td,
  .v21 .table-style-vv .table > thead > tr > th {
    width: 90px;
  }
  .v21 .table-style-vv .table > tbody > tr > td:nth-of-type(1),
  .v21 .table-style-vv .table > tbody > tr > th:nth-of-type(1),
  .v21 .table-style-vv .table > tfoot > tr > td:nth-of-type(1),
  .v21 .table-style-vv .table > tfoot > tr > th:nth-of-type(1),
  .v21 .table-style-vv .table > thead > tr > td:nth-of-type(1),
  .v21 .table-style-vv .table > thead > tr > th:nth-of-type(1) {
    width: 170px !important;
  }
  .v21 .table-style-vv .table > tbody > tr > td:last-child,
  .v21 .table-style-vv .table > tbody > tr > th:last-child,
  .v21 .table-style-vv .table > tfoot > tr > td:last-child,
  .v21 .table-style-vv .table > tfoot > tr > th:last-child,
  .v21 .table-style-vv .table > thead > tr > td:last-child,
  .v21 .table-style-vv .table > thead > tr > th:last-child {
    width: 90px !important;
  }
}
#produce .main-item-box .item-con ul li.ellipsis {
  padding: 0 15px;
}
#produce.v21 .table-body table {
  min-width: 1300px;
}
.follow-box {
  display: block;
  padding: 30px;
  background-color: #112b4a;
  color: #fff;
}
.follow-box .tt {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.follow-box .dd {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  #produce.v21 .table-body table {
    min-width: 800px;
  }
  #produce.v21 .table-menu {
    width: 170px !important;
  }
  #produce .main-item-box .item-con ul.rrt {
    padding: 0;
  }
  #produce .main-item-box .item-con ul li.ellipsis {
    padding: 6px 0;
  }
  .follow-box {
    padding: 20px;
    background-color: #112b4a;
    color: #fff;
  }
  .follow-box .tt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .follow-box .dd {
    font-size: 16px;
    line-height: 1.6;
  }
}
.v22 .prograph {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
  color: #3e3a39;
}
.v22 .prograph:last-child {
  margin-bottom: 0;
}
.v22 .gap {
  height: 40px;
}
.v22 .big-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v22 .big-4 .big-4-wrap:nth-child(2n) {
  margin-left: 30px;
}
.v22 .big-4 .big-4-wrap {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 15px 15px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  font-size: 20px;
  line-height: 1.7;
  margin: 15px 0;
  background-color: #f3f4f8;
  color: #00689f;
}
.v22 .big-4 .big-4-wrap .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.v22 .big-4 .big-4-wrap .top::after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 15px;
  background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
  background-size: auto 100%;
  text-align: right;
}
.v22 .big-4 .big-4-wrap .front {
  display: block;
}
.v22 .big-4 .big-4-wrap .back {
  display: none;
}
.v22 .big-4 .big-4-wrap.active {
  background-color: #00447b;
  color: #fff;
}
.v22 .big-4 .big-4-wrap.active .front {
  display: none;
}
.v22 .big-4 .big-4-wrap.active .back {
  display: block;
}
.v22 .video-wrap {
  padding: 0 20px 20px 0;
}
.v22 .video-wrap .video-14 {
  margin-top: 10px;
  margin-right: 0;
}
.v22 .video-wrap .nav-box-14 {
  width: 210px !important;
  margin-right: 0 !important;
  margin-left: 20px;
}
.v22 .b-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.v22 .b-list .b-item {
  display: block;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  background-color: #00447b;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}
.v22 .b-list .b-item .tt {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.v22 .b-list .b-item .tt .fa-arrow-right {
  line-height: 26px;
  float: right;
  color: #006eb6;
  position: relative;
  left: -6px;
}
.v22 .b-list .b-item .dd {
  font-size: 16px;
  letter-spacing: 1px;
}
.v22 .b-list .b-item-q {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}
.v22 .b-list .b-item-blue {
  background-color: #05457b;
  color: #fff;
}
.v22 .b-list .b-item-white {
  background-color: #fff;
  color: #05457b;
  border: 1px solid #05457b;
}
.v22 .tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-bottom: none;
}
.v22 .tab-wrap .tab {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 494px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.v22 .tab-wrap .active {
  color: #fff;
  background-color: #c2cace;
  border-top: 4px solid #4d9ad2;
  line-height: 56px;
}
.v22 .tab-content {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.v22 .tab-content.active {
  display: block;
}
.v22 .tab-content .name-11 {
  font-size: 20px;
  margin-bottom: 6px;
}
.v22 .tab-content .content-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v22 .tab-content .content-area > div {
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v22 .video {
  height: 300px;
  overflow: hidden;
}
.v22 .video-frame {
  height: 300px;
}
.v22 .dd-block-list {
  display: block;
  margin-top: 5px;
}
.v22 .dd-block-list .dd-block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  color: #3e3a39;
  margin-bottom: 20px;
}
.v22 .dd-block-list .dd-block-item img {
  max-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.v22 .dd-block-list .dd-block-item strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.v22 .dd-block-list .dd-block-item p {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.v22 .table-table {
  background-color: #112b4a;
}
.v22 .table-table thead {
  background-color: #081d37;
}
.v22 .table-table tr td {
  width: 33.3%;
  text-align: center;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.8;
}
.v22 .table-table tbody tr:nth-child(odd) {
  background-color: #112b4a;
}
.v22 .table-table tbody tr:nth-child(even) {
  background-color: #243d5e;
}
.v22 .table-table .fa-times {
  color: #dd504d;
  font-size: 25px;
}
.v22 .table-table .fa-check {
  color: #58ba56;
  font-size: 25px;
}
@media (max-width: 1200px) {
  .v22 .tab-wrap .tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .v22 .adv-list .adv-item p {
    font-size: 14px;
  }
  .v22 .adv-list .adv-item .tt {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .v22 .dd-block-list .dd-block-item p {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .v22 .mt {
    margin-top: 20px;
  }
  .v22 .prograph {
    margin: 20px 0px;
    font-size: 18px;
    line-height: 2;
    color: #3e3a39;
  }
  .v22 .prograph:last-child {
    margin-bottom: 0;
  }
  .v22 .gap {
    height: 10px;
  }
  .v22 .video {
    height: 200px;
    overflow: hidden;
  }
  .v22 .video-frame {
    height: 200px;
  }
  .v22 .v20-title {
    margin: 20px 0;
  }
  .v22 .big-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v22 .big-4 .big-4-wrap {
    width: 100%;
    padding: 15px 15px 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 84px;
    font-size: 16px;
    line-height: 1.7;
    margin: 7px 0;
    margin-left: 0 !important;
  }
  .v22 .big-4 .big-4-wrap .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v22 .big-4 .big-4-wrap .top::after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 15px;
    background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
    background-size: auto 100%;
    text-align: right;
  }
  .v22 .video-wrap .main-title {
    font-size: 18px !important;
  }
  .v22 .video-wrap .video-14 {
    margin-bottom: 20px;
  }
  .v22 .video-wrap .video-14 > img {
    height: initial !important;
  }
  .v22 .video-wrap .nav-box-14 {
    width: 100% !important;
    height: 45px !important;
    min-height: 45px !important;
    margin-right: 0 !important;
    margin-left: 0;
  }
  .v22 .b-list {
    display: block;
  }
  .v22 .b-list .b-item {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .v22 .b-list .b-item .tt {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .v22 .b-list .b-item .tt .fa-arrow-right {
    line-height: 26px;
    float: right;
    color: #006eb6;
    position: relative;
    left: -6px;
  }
  .v22 .b-list .b-item .dd {
    font-size: 15px;
  }
  .v22 .tab-wrap {
    border: 1px solid #bfbfbf;
    border-bottom: none;
    width: 100%;
  }
  .v22 .tab-wrap .tab {
    width: 50%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .v22 .tab-wrap .selected-11 {
    color: #fff;
    border-top: 2px solid #4d9ad2;
    line-height: 24px;
  }
  .v22 .tab-content .name-11 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .v22 .tab-content .content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v22 .tab-content .content-area > div {
    width: 100%;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.4;
    max-width: -webkit-calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v22 .tab-content .content-area :nth-child(2n) {
    padding-left: 0;
  }
  .v22 .adv-list .adv-item {
    width: 100%;
  }
  .v22 .dd-block-list {
    display: block;
  }
  .v22 .dd-block-list .dd-block-item {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .v22 .dd-block-list .f14 {
    font-size: 14px;
  }
  .v22 .table-table {
    background-color: #112b4a;
  }
  .v22 .table-table thead {
    background-color: #081d37;
  }
  .v22 .table-table tr td {
    width: 33.3%;
    text-align: center;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.8;
  }
  .v22 .table-table tbody tr:nth-child(odd) {
    background-color: #112b4a;
  }
  .v22 .table-table tbody tr:nth-child(even) {
    background-color: #243d5e;
  }
  .v22 .table-table .fa-times {
    color: #dd504d;
    font-size: 25px;
  }
  .v22 .table-table .fa-check {
    color: #58ba56;
    font-size: 25px;
  }
}
#produce .main-item-box .item-con ul li.ellipsis {
  padding: 0 15px;
}
#produce.v22 .v-box .video {
  margin-top: 0;
  margin-right: 0;
}
@media (max-width: 1000px) {
  #produce.v22 .main-item-box .item-con ul.rrt {
    padding: 0;
  }
  #produce.v22 .main-item-box .item-con ul li.ellipsis {
    padding: 6px 0;
  }
  #produce.v22 .main-item-box {
    padding: 40px 10px;
  }
}
.v23 .gap {
  height: 40px;
}
.v23 .big-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v23 .big-4 .big-4-wrap:nth-child(2n) {
  margin-left: 30px;
}
.v23 .big-4 .big-4-wrap {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 15px 15px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  font-size: 20px;
  line-height: 1.7;
  margin: 15px 0;
  background-color: #f3f4f8;
  color: #00689f;
}
.v23 .big-4 .big-4-wrap .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.v23 .big-4 .big-4-wrap .top::after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 15px;
  background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
  background-size: auto 100%;
  text-align: right;
}
.v23 .big-4 .big-4-wrap .front {
  display: block;
}
.v23 .big-4 .big-4-wrap .back {
  display: none;
}
.v23 .big-4 .big-4-wrap.active {
  background-color: #00447b;
  color: #fff;
}
.v23 .big-4 .big-4-wrap.active .front {
  display: none;
}
.v23 .big-4 .big-4-wrap.active .back {
  display: block;
}
.v23 .video-wrap {
  background-color: #eeeeee;
  padding: 50px 20px;
}
.v23 .video-wrap .video-14 {
  margin-top: 10px;
  margin-right: 0;
}
.v23 .video-wrap .nav-box-14 {
  width: 210px !important;
  margin-right: 0 !important;
  margin-left: 20px;
}
.v23 .b-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v23 .b-list .b-item {
  display: block;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  background-color: #00447b;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}
.v23 .b-list .b-item .tt {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.v23 .b-list .b-item .tt .fa-arrow-right {
  line-height: 26px;
  float: right;
  color: #006eb6;
  position: relative;
  left: -6px;
}
.v23 .b-list .b-item .dd {
  font-size: 16px;
  letter-spacing: 1px;
}
.v23 .about-box {
  background-color: #112b4a;
  color: #fff;
  padding: 20px;
}
.v23 .about-box .main-title {
  color: #fff !important;
}
.v23 .a-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20px 20px;
}
.v23 .a-list .a-item {
  text-align: center;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  max-width: 220px;
}
.v23 .video-frame {
  height: 300px;
}
.v23 .v-v-box {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.v23 .v-v-box .video {
  width: 560px;
  height: 300px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0;
}
.v23 .v-v-box .dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.v23 .v-v-box .dd strong {
  width: 100%;
  display: block;
  line-height: 1.4;
  margin-bottom: 20px;
}
.v23 .v-v-box .dd p {
  line-height: 1.4;
  opacity: 0.6;
}
.v23 .main-adv-list {
  margin: 0;
  padding: 0 0 0 20px;
}
.v23 .main-adv-list li {
  color: #3e3a39;
  float: none;
  width: 100%;
  padding: 0;
  list-style-type: disc;
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}
.v23 .adv-list .adv-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}
.v23 .adv-list .adv-item img {
  display: block;
  width: 30%;
  max-width: 250px;
  margin-right: 20px;
}
.v23 .adv-list .adv-item .desc {
  color: #3e3a39;
}
.v23 .adv-list .adv-item .desc .tt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.v23 .adv-list .adv-item .desc .dd {
  font-size: 16px;
}
.v23 .adv-list .adv-item .desc .btn {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #00447b;
  margin-top: 30px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .v23 .tab-wrap .tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
}
@media (max-width: 1000px) {
  .v23 .gap {
    height: 20px;
  }
  .v23 .video-frame {
    height: 200px;
  }
  .v23 .v20-title {
    margin: 20px 0;
  }
  .v23 .big-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v23 .big-4 .big-4-wrap {
    width: 100%;
    padding: 15px 15px 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 84px;
    font-size: 16px;
    line-height: 1.7;
    margin: 7px 0;
    margin-left: 0 !important;
  }
  .v23 .big-4 .big-4-wrap .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v23 .big-4 .big-4-wrap .top::after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 15px;
    background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
    background-size: auto 100%;
    text-align: right;
  }
  .v23 .video-wrap {
    padding: 20px;
  }
  .v23 .video-wrap .main-title {
    font-size: 18px !important;
  }
  .v23 .video-wrap .video-14 {
    margin-bottom: 20px;
  }
  .v23 .video-wrap .video-14 > img {
    height: initial !important;
  }
  .v23 .video-wrap .nav-box-14 {
    width: 100% !important;
    height: 45px !important;
    min-height: 45px !important;
    margin-right: 0 !important;
    margin-left: 0;
  }
  .v23 .b-list {
    display: block;
  }
  .v23 .b-list .b-item {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .v23 .b-list .b-item .tt {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .v23 .b-list .b-item .tt .fa-arrow-right {
    line-height: 26px;
    float: right;
    color: #006eb6;
    position: relative;
    left: -6px;
  }
  .v23 .b-list .b-item .dd {
    font-size: 15px;
  }
  .v23 .main-adv-list {
    padding: 0 0 0 20px;
  }
  .v23 .main-adv-list li {
    color: #3e3a39;
    float: none;
    width: 100%;
    padding: 0;
    list-style-type: disc;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .v23 .adv-list .adv-item {
    display: block;
  }
  .v23 .adv-list .adv-item img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .v23 .adv-list .adv-item .desc .btn {
    margin-top: 10px;
  }
  .v23 .adv-list li {
    margin-bottom: 5px !important;
  }
  .v23 .about-box .main-title {
    margin-bottom: 20px;
  }
  .v23 .a-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px 2px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v23 .a-list .a-item {
    width: 100%;
    text-align: center;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .v23 .v-v-box {
    display: block;
  }
  .v23 .v-v-box .video {
    width: 100%;
    height: 200px;
  }
  .v23 .v-v-box .dd {
    padding: 25px 15px;
  }
  .v23 .v-v-box .dd strong {
    margin-bottom: 15px;
  }
}
#produce.v23 .main-item-box .item-con ul li.ellipsis {
  padding: 0 15px;
}
@media (max-width: 1000px) {
  #produce.v23 .main-item-box {
    padding: 40px 10px;
  }
  #produce.v23 .main-item-box .item-con ul.rrt {
    padding: 0;
  }
  #produce.v23 .main-item-box .item-con ul li.ellipsis {
    padding: 6px 0;
  }
}
.v24 .gap {
  height: 40px;
}
.v24 .table-style-vv .table > tbody > tr > td,
.v24 .table-style-vv .table > tbody > tr > th,
.v24 .table-style-vv .table > tfoot > tr > td,
.v24 .table-style-vv .table > tfoot > tr > th,
.v24 .table-style-vv .table > thead > tr > td,
.v24 .table-style-vv .table > thead > tr > th {
  width: 90px;
}
.v24 .table-style-vv .table > tbody > tr > td:nth-of-type(1),
.v24 .table-style-vv .table > tbody > tr > th:nth-of-type(1),
.v24 .table-style-vv .table > tfoot > tr > td:nth-of-type(1),
.v24 .table-style-vv .table > tfoot > tr > th:nth-of-type(1),
.v24 .table-style-vv .table > thead > tr > td:nth-of-type(1),
.v24 .table-style-vv .table > thead > tr > th:nth-of-type(1) {
  width: 150px !important;
}
.v24 .table-style-vv .table > tbody > tr > td.ff-td-1,
.v24 .table-style-vv .table > tbody > tr > th.ff-td-1,
.v24 .table-style-vv .table > tfoot > tr > td.ff-td-1,
.v24 .table-style-vv .table > tfoot > tr > th.ff-td-1,
.v24 .table-style-vv .table > thead > tr > td.ff-td-1,
.v24 .table-style-vv .table > thead > tr > th.ff-td-1 {
  width: 150px;
}
.v24 .table-style-vv .table > tbody > tr > td:last-child,
.v24 .table-style-vv .table > tbody > tr > th:last-child,
.v24 .table-style-vv .table > tfoot > tr > td:last-child,
.v24 .table-style-vv .table > tfoot > tr > th:last-child,
.v24 .table-style-vv .table > thead > tr > td:last-child,
.v24 .table-style-vv .table > thead > tr > th:last-child {
  width: 90px !important;
}
.v24 .big-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v24 .big-4 .big-4-wrap:nth-child(2n) {
  margin-left: 30px;
}
.v24 .big-4 .big-4-wrap {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 15px 15px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  font-size: 20px;
  line-height: 1.7;
  margin: 15px 0;
  background-color: #f3f4f8;
  color: #00689f;
}
.v24 .big-4 .big-4-wrap .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.v24 .big-4 .big-4-wrap .top::after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 15px;
  background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
  background-size: auto 100%;
  text-align: right;
}
.v24 .big-4 .big-4-wrap .front {
  display: block;
}
.v24 .big-4 .big-4-wrap .back {
  display: none;
}
.v24 .big-4 .big-4-wrap.active {
  background-color: #00447b;
  color: #fff;
}
.v24 .big-4 .big-4-wrap.active .front {
  display: none;
}
.v24 .big-4 .big-4-wrap.active .back {
  display: block;
}
.v24 .video-wrap {
  padding: 0 20px 20px 0;
}
.v24 .video-wrap .video-14 {
  margin-top: 10px;
  margin-right: 0;
}
.v24 .video-wrap .nav-box-14 {
  width: 210px !important;
  margin-right: 0 !important;
  margin-left: 20px;
}
.v24 .b-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.v24 .b-list .b-item {
  display: block;
  width: -webkit-calc(33% - 5px);
  width: calc(33% - 5px);
  background-color: #00447b;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}
.v24 .b-list .b-item .tt {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.v24 .b-list .b-item .tt .fa-arrow-right {
  line-height: 26px;
  float: right;
  color: #006eb6;
  position: relative;
  left: -6px;
}
.v24 .b-list .b-item .dd {
  font-size: 16px;
  letter-spacing: 1px;
}
.v24 .tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-bottom: none;
}
.v24 .tab-wrap .tab {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 494px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.v24 .tab-wrap .active {
  color: #fff;
  background-color: #c2cace;
  border-top: 4px solid #4d9ad2;
  line-height: 56px;
}
.v24 .tab-content {
  display: none;
  background-color: #243d5e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 20px 20px;
}
.v24 .tab-content.active {
  display: block;
}
.v24 .tab-content .name-11 {
  font-size: 20px;
  margin-bottom: 6px;
}
.v24 .tab-content .content-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v24 .tab-content .content-area > div {
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v24 .adv-list {
  overflow: hidden;
  clear: both;
}
.v24 .adv-list .adv-item {
  display: inline-block;
  width: -webkit-calc(25% - 5px);
  width: calc(25% - 5px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  color: #3e3a39;
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
  vertical-align: top;
}
.v24 .adv-list .adv-item img {
  max-width: 100%;
}
.v24 .adv-list .adv-item p {
  font-size: 18px;
  line-height: 1.8;
}
.v24 .adv-list .adv-item .tt {
  font-size: 20px;
  line-height: 1.8;
  color: #112b4a;
  font-weight: 600;
}
.v24 .video-frame {
  height: 200px;
}
.v24 .dd-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.v24 .dd-block-list .dd-block-item {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  background-color: #00447b;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .v24 .tab-wrap .tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
}
@media (max-width: 1000px) {
  .v24 .video-frame {
    height: 200px;
  }
  .v24 .v20-title {
    margin: 20px 0;
  }
  .v24 .big-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v24 .big-4 .big-4-wrap {
    width: 100%;
    padding: 15px 15px 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 84px;
    font-size: 16px;
    line-height: 1.7;
    margin: 7px 0;
    margin-left: 0 !important;
  }
  .v24 .big-4 .big-4-wrap .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v24 .big-4 .big-4-wrap .top::after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 15px;
    background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
    background-size: auto 100%;
    text-align: right;
  }
  .v24 .video-wrap {
    padding: 20px;
  }
  .v24 .video-wrap .main-title {
    font-size: 18px !important;
  }
  .v24 .video-wrap .video-14 {
    margin-bottom: 20px;
  }
  .v24 .video-wrap .video-14 > img {
    height: initial !important;
  }
  .v24 .video-wrap .nav-box-14 {
    width: 100% !important;
    height: 45px !important;
    min-height: 45px !important;
    margin-right: 0 !important;
    margin-left: 0;
  }
  .v24 .b-list {
    display: block;
    margin-bottom: -15px;
  }
  .v24 .b-list .b-item {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .v24 .b-list .b-item .tt {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .v24 .b-list .b-item .tt .fa-arrow-right {
    line-height: 26px;
    float: right;
    color: #006eb6;
    position: relative;
    left: -6px;
  }
  .v24 .b-list .b-item .dd {
    font-size: 15px;
  }
  .v24 .tab-wrap {
    border: 1px solid #bfbfbf;
    border-bottom: none;
    width: 100%;
  }
  .v24 .tab-wrap .tab {
    width: 50%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .v24 .tab-wrap .selected-11 {
    color: #fff;
    border-top: 2px solid #4d9ad2;
    line-height: 24px;
  }
  .v24 .tab-content {
    padding: 14px;
  }
  .v24 .tab-content .name-11 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .v24 .tab-content .content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v24 .tab-content .content-area > div {
    width: 100%;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.4;
    max-width: -webkit-calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v24 .tab-content .content-area :nth-child(2n) {
    padding-left: 0;
  }
  .v24 .adv-list .adv-item {
    width: 100%;
  }
  .v24 .dd-block-list {
    display: block;
  }
  .v24 .dd-block-list .dd-block-item {
    width: 100%;
    background-color: #00447b;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .v24 .table-style-vv .table > tbody > tr > td,
  .v24 .table-style-vv .table > tbody > tr > th,
  .v24 .table-style-vv .table > tfoot > tr > td,
  .v24 .table-style-vv .table > tfoot > tr > th,
  .v24 .table-style-vv .table > thead > tr > td,
  .v24 .table-style-vv .table > thead > tr > th {
    width: 90px;
  }
  .v24 .table-style-vv .table > tbody > tr > td:nth-of-type(1),
  .v24 .table-style-vv .table > tbody > tr > th:nth-of-type(1),
  .v24 .table-style-vv .table > tfoot > tr > td:nth-of-type(1),
  .v24 .table-style-vv .table > tfoot > tr > th:nth-of-type(1),
  .v24 .table-style-vv .table > thead > tr > td:nth-of-type(1),
  .v24 .table-style-vv .table > thead > tr > th:nth-of-type(1) {
    width: 170px !important;
  }
  .v24 .table-style-vv .table > tbody > tr > td:last-child,
  .v24 .table-style-vv .table > tbody > tr > th:last-child,
  .v24 .table-style-vv .table > tfoot > tr > td:last-child,
  .v24 .table-style-vv .table > tfoot > tr > th:last-child,
  .v24 .table-style-vv .table > thead > tr > td:last-child,
  .v24 .table-style-vv .table > thead > tr > th:last-child {
    width: 90px !important;
  }
}
#produce .main-item-box .item-con ul li.ellipsis {
  padding: 0 15px;
}
#produce.v24 .v-box .video {
  width: 520px;
  margin-right: 0;
  margin-top: 0;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  #produce .main-item-box .item-con ul.rrt {
    padding: 0;
  }
  #produce .main-item-box .item-con ul li.ellipsis {
    padding: 6px 0;
  }
  #produce.v24 .v-box .video {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  #produce.v24 .table-menu {
    width: 170px !important;
  }
}
.v25 .gap {
  height: 40px;
}
.v25 .table-style-vv .table > tbody > tr > td,
.v25 .table-style-vv .table > tbody > tr > th,
.v25 .table-style-vv .table > tfoot > tr > td,
.v25 .table-style-vv .table > tfoot > tr > th,
.v25 .table-style-vv .table > thead > tr > td,
.v25 .table-style-vv .table > thead > tr > th {
  width: 90px;
}
.v25 .table-style-vv .table > tbody > tr > td:nth-of-type(1),
.v25 .table-style-vv .table > tbody > tr > th:nth-of-type(1),
.v25 .table-style-vv .table > tfoot > tr > td:nth-of-type(1),
.v25 .table-style-vv .table > tfoot > tr > th:nth-of-type(1),
.v25 .table-style-vv .table > thead > tr > td:nth-of-type(1),
.v25 .table-style-vv .table > thead > tr > th:nth-of-type(1) {
  width: 150px !important;
}
.v25 .table-style-vv .table > tbody > tr > td.ff-td-1,
.v25 .table-style-vv .table > tbody > tr > th.ff-td-1,
.v25 .table-style-vv .table > tfoot > tr > td.ff-td-1,
.v25 .table-style-vv .table > tfoot > tr > th.ff-td-1,
.v25 .table-style-vv .table > thead > tr > td.ff-td-1,
.v25 .table-style-vv .table > thead > tr > th.ff-td-1 {
  width: 150px;
}
.v25 .table-style-vv .table > tbody > tr > td:last-child,
.v25 .table-style-vv .table > tbody > tr > th:last-child,
.v25 .table-style-vv .table > tfoot > tr > td:last-child,
.v25 .table-style-vv .table > tfoot > tr > th:last-child,
.v25 .table-style-vv .table > thead > tr > td:last-child,
.v25 .table-style-vv .table > thead > tr > th:last-child {
  width: 90px !important;
}
.v25 .big-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v25 .big-4 .big-4-wrap:nth-child(2n) {
  margin-left: 30px;
}
.v25 .big-4 .big-4-wrap {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 15px 15px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  font-size: 20px;
  line-height: 1.7;
  margin: 15px 0;
  background-color: #f3f4f8;
  color: #00689f;
}
.v25 .big-4 .big-4-wrap .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.v25 .big-4 .big-4-wrap .top::after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 15px;
  background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
  background-size: auto 100%;
  text-align: right;
}
.v25 .big-4 .big-4-wrap .front {
  display: block;
}
.v25 .big-4 .big-4-wrap .back {
  display: none;
}
.v25 .big-4 .big-4-wrap.active {
  background-color: #00447b;
  color: #fff;
}
.v25 .big-4 .big-4-wrap.active .front {
  display: none;
}
.v25 .big-4 .big-4-wrap.active .back {
  display: block;
}
.v25 .video-wrap {
  padding: 0 20px 20px 0;
}
.v25 .video-wrap .video-14 {
  margin-top: 10px;
  margin-right: 0;
}
.v25 .video-wrap .nav-box-14 {
  width: 210px !important;
  margin-right: 0 !important;
  margin-left: 20px;
}
.v25 .b-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.v25 .b-list .b-item {
  display: block;
  width: -webkit-calc(33% - 5px);
  width: calc(33% - 5px);
  background-color: #00447b;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}
.v25 .b-list .b-item .tt {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.v25 .b-list .b-item .tt .fa-arrow-right {
  line-height: 26px;
  float: right;
  color: #006eb6;
  position: relative;
  left: -6px;
}
.v25 .b-list .b-item .dd {
  font-size: 16px;
  letter-spacing: 1px;
}
.v25 .tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-bottom: none;
}
.v25 .tab-wrap .tab {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 494px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.v25 .tab-wrap .active {
  color: #fff;
  background-color: #c2cace;
  border-top: 4px solid #4d9ad2;
  line-height: 56px;
}
.v25 .tab-content {
  display: none;
  background-color: #243d5e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 20px 20px;
}
.v25 .tab-content.active {
  display: block;
}
.v25 .tab-content .name-11 {
  font-size: 20px;
  margin-bottom: 6px;
}
.v25 .tab-content .content-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v25 .tab-content .content-area > div {
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v25 .main-adv-list {
  margin: 0;
  padding: 0 0 0 20px;
}
.v25 .main-adv-list li {
  color: #3e3a39;
  float: none;
  width: 100%;
  padding: 0;
  list-style-type: disc;
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}
.v25 .adv-list .adv-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}
.v25 .adv-list .adv-item img {
  display: block;
  width: 30%;
  max-width: 250px;
  margin-right: 20px;
}
.v25 .adv-list .adv-item .desc {
  color: #3e3a39;
}
.v25 .adv-list .adv-item .desc .tt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.v25 .adv-list .adv-item .desc .dd {
  font-size: 16px;
}
.v25 .adv-list .adv-item .desc .btn {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #00447b;
  margin-top: 30px;
  font-size: 16px;
}
.v25 .video-frame {
  height: 200px;
}
.v25 .dd-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.v25 .dd-block-list .dd-block-item {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  background-color: #00447b;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .v25 .tab-wrap .tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
}
@media (max-width: 1000px) {
  .v25 .gap {
    height: 20px;
  }
  .v25 .video-frame {
    height: 200px;
  }
  .v25 .v20-title {
    margin: 20px 0;
  }
  .v25 .big-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v25 .big-4 .big-4-wrap {
    width: 100%;
    padding: 15px 15px 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 84px;
    font-size: 16px;
    line-height: 1.7;
    margin: 7px 0;
    margin-left: 0 !important;
  }
  .v25 .big-4 .big-4-wrap .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v25 .big-4 .big-4-wrap .top::after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 15px;
    background: url(/assets/img_pc/20200620/arrow.png) center no-repeat;
    background-size: auto 100%;
    text-align: right;
  }
  .v25 .video-wrap {
    padding: 20px;
  }
  .v25 .video-wrap .main-title {
    font-size: 18px !important;
  }
  .v25 .video-wrap .video-14 {
    margin-bottom: 20px;
  }
  .v25 .video-wrap .video-14 > img {
    height: initial !important;
  }
  .v25 .video-wrap .nav-box-14 {
    width: 100% !important;
    height: 45px !important;
    min-height: 45px !important;
    margin-right: 0 !important;
    margin-left: 0;
  }
  .v25 .b-list {
    display: block;
    margin-bottom: -15px;
  }
  .v25 .b-list .b-item {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .v25 .b-list .b-item .tt {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .v25 .b-list .b-item .tt .fa-arrow-right {
    line-height: 26px;
    float: right;
    color: #006eb6;
    position: relative;
    left: -6px;
  }
  .v25 .b-list .b-item .dd {
    font-size: 15px;
  }
  .v25 .tab-wrap {
    border: 1px solid #bfbfbf;
    border-bottom: none;
    width: 100%;
  }
  .v25 .tab-wrap .tab {
    width: 50%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .v25 .tab-wrap .selected-11 {
    color: #fff;
    border-top: 2px solid #4d9ad2;
    line-height: 24px;
  }
  .v25 .tab-content {
    padding: 14px;
  }
  .v25 .tab-content .name-11 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .v25 .tab-content .content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v25 .tab-content .content-area > div {
    width: 100%;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.4;
    max-width: -webkit-calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v25 .tab-content .content-area :nth-child(2n) {
    padding-left: 0;
  }
  .v25 .main-adv-list {
    padding: 0 0 0 20px;
  }
  .v25 .main-adv-list li {
    color: #3e3a39;
    float: none;
    width: 100%;
    padding: 0;
    list-style-type: disc;
    margin: 0;
    font-size: 14px !important;
    line-height: 1.6;
  }
  .v25 .adv-list li {
    margin-bottom: 5px !important;
  }
  .v25 .dd-block-list {
    display: block;
  }
  .v25 .dd-block-list .dd-block-item {
    width: 100%;
    background-color: #00447b;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .v25 .table-style-vv .table > tbody > tr > td,
  .v25 .table-style-vv .table > tbody > tr > th,
  .v25 .table-style-vv .table > tfoot > tr > td,
  .v25 .table-style-vv .table > tfoot > tr > th,
  .v25 .table-style-vv .table > thead > tr > td,
  .v25 .table-style-vv .table > thead > tr > th {
    width: 90px;
  }
  .v25 .table-style-vv .table > tbody > tr > td:nth-of-type(1),
  .v25 .table-style-vv .table > tbody > tr > th:nth-of-type(1),
  .v25 .table-style-vv .table > tfoot > tr > td:nth-of-type(1),
  .v25 .table-style-vv .table > tfoot > tr > th:nth-of-type(1),
  .v25 .table-style-vv .table > thead > tr > td:nth-of-type(1),
  .v25 .table-style-vv .table > thead > tr > th:nth-of-type(1) {
    width: 170px !important;
  }
  .v25 .table-style-vv .table > tbody > tr > td:last-child,
  .v25 .table-style-vv .table > tbody > tr > th:last-child,
  .v25 .table-style-vv .table > tfoot > tr > td:last-child,
  .v25 .table-style-vv .table > tfoot > tr > th:last-child,
  .v25 .table-style-vv .table > thead > tr > td:last-child,
  .v25 .table-style-vv .table > thead > tr > th:last-child {
    width: 90px !important;
  }
}
#produce .main-item-box .item-con ul li.ellipsis {
  padding: 0 15px;
}
#produce.v25 .v-box .video {
  width: 520px;
  margin-right: 0;
  margin-top: 0;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  #produce .main-item-box .item-con ul.rrt {
    padding: 0;
  }
  #produce .main-item-box .item-con ul li.ellipsis {
    padding: 6px 0;
  }
  #produce.v25 .v-box .video {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  #produce.v25 .table-body table {
    min-width: 800px;
  }
  #produce.v25 .table-menu {
    width: 170px !important;
  }
}
.dis-inline-block {
  display: inline-block;
}
#produce .main-item-box .item-con ul li.paay {
  padding-bottom: 20px;
}
#produce .main-item-box .item-con ul li.paay .htty {
  float: left;
  width: 40%;
}
#produce .main-item-box .item-con ul li.paay .htty .jkk.too {
  float: none;
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  #produce .main-item-box .item-con ul li.paay {
    padding-bottom: 10px;
  }
  #produce .main-item-box .item-con ul li.paay .htty {
    float: none;
    width: 100%;
  }
  #produce .main-item-box .item-con ul li.paay .dds.too {
    float: none;
    width: 100%;
  }
}
